@charset "utf-8";
/* CSS Document */

body{
	margin: 0;

}



figure{
	width: 180px;
	display: inline-block;
	margin-top: 10px;
	float: right;
}

figure img{
	width: 180px;
}

#contenedor{
	width: 50%;
	margin: auto;
}

#caja{
	width: 100%;
	margin: auto;
	height: 0px;
	background: #000;
	transition: height .4s;
}

#caja2{
	width: 100%;
	margin: auto;
	height: 0px;
	background: #000;
	box-shadow: 10px 10px 3px #D8D8D8;
	transition: height .4s;
}

#boton2:hover + div#caja2{
	height: 100px;
}

#boton2{
	padding: 10px;
	background: orange;
	width: 95px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px #000;
	display: inline-block;
}


#boton{
	padding: 10px;
	background: orange;
	width: 95px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px #000;
	display: inline-block;
}

#boton:hover{
	opacity: .8;
}

/*STYLE*/
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
	line-height: 1.6;
	color: #FFFFFF;
	background-color: transparent;
	overflow: hidden;
	text-shadow: 0px 0px 5px #000000;
	font-variant: normal;
	text-transform: capitalize;
  }

.jp-audio {
  width: 490px; }

.jp-audio-stream {
  width: 182px; }

.jp-video-270p {
  width: 480px; }

.jp-video-360p {
  width: 640px; }

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000; }

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-interface {
  position: relative;
  background-color:#545c53;
  width: 100%; }

.jp-audio .jp-interface {
	
	
	
  height: 60px; }

.jp-audio-stream .jp-interface {
  height: 60px; }

.jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */ }

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.jp-audio .jp-controls {
  width: 380px;
  padding: 10px 20px 0 15px; }

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px; }

.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px; }

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px; }

.jp-video .jp-controls {
  float: left; }

.jp-controls button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-play {
  width: 40px;
  height: 40px; }

.jp-play {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 0 no-repeat; }

.jp-play:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -41px 0 no-repeat; }

.jp-state-playing .jp-play {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -42px no-repeat; }

.jp-state-playing .jp-play:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -41px -42px no-repeat; }

.jp-stop, .jp-previous, .jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px; }

.jp-stop {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -83px no-repeat;
  margin-left: 10px; }

.jp-stop:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -29px -83px no-repeat; }

.jp-previous {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -112px no-repeat; }

.jp-previous:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -29px -112px no-repeat; }

.jp-next {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -141px no-repeat; }

.jp-next:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -29px -141px no-repeat; }

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color:#294552; }

.jp-audio .jp-progress {
  position: absolute;
  top: 32px;
  height: 40px;
  margin-top:-22px;
  border-radius:5px;
  
   }

.jp-audio .jp-type-single .jp-progress {
    left: 70px;
    width: 226px;
}

.jp-audio .jp-type-playlist .jp-progress {
  left: 166px;
  width: 130px; }

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer; }

.jp-play-bar {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -218px repeat-x;
  width: 0px;
  height: 100%; }

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	height: 40px;
	width: auto;
	background-image: url(../dist/skin/blue.monday/image/giphy.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }



.gif_ecualizador {
	width: 100px;
	height: 35px;
	margin-top: -25px;
	margin-right: -19px;
	position: relative;
	float: right;
}
.corp {
    width: 95px;
    height: auto;
    float: left;
    margin-left: 308px;
    margin-top: -10px;
}

.jp-volume-controls {
  position: absolute;
  top: 32px;
  width: 200px;
  margin-top:-18px; }

.jp-audio-stream .jp-volume-controls {
  left: 70px; }

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px; }

.jp-volume-controls button {
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	top: 2px;
}

.jp-mute,
.jp-volume-max {
	width: 18px;
	height: 16px;
}

.jp-volume-max {
	left: 87px;
}

.jp-mute {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -170px no-repeat; }

.jp-mute:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -19px -170px no-repeat; }

.jp-state-muted .jp-mute {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -60px -170px no-repeat; }

.jp-state-muted .jp-mute:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -19px -186px no-repeat; }

.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 22px;
	width: 62px;
	height: 8px;
	cursor: pointer;
	background-color: #FFF;
}

.jp-volume-bar-value {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -256px repeat-x;
  width: 0px;
  height: 8px; }

/* @end */
/* @group current time and duration */
.jp-audio .jp-time-holder {
  position: absolute;
  top: 50px; }

.jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-time-holder {
  left: 166px;
  width: 130px; }

.jp-current-time,
.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique; }

.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  display: inline;
  text-align: right;
  cursor: pointer; }

.jp-video .jp-current-time {
  margin-left: 20px; }

.jp-video .jp-duration {
  margin-right: 20px; }

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3; }

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }
.jp-title{
}.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em; }

.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee; }

.jp-playlist li div {
  display: inline; }

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: none; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px; }

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none; }

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-video-full .jp-video-play {
  height: 100%; }

.jp-video-play-icon {
	position: relative;
	display: block;
	width: 112px;
	height: 100px;
	margin-left: -56px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	background-image: url(../dist/skin/blue.monday/image/jplayer.blue.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jp-video-play-icon:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px; }

.jp-jplayer {
  background-color: #000000; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.jp-audio .jp-type-single .jp-toggles {
  width: 25px; }

.jp-audio .jp-type-playlist .jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px; }

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }

.jp-full-screen {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -310px no-repeat;
  margin-left: 20px; }

.jp-full-screen:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -30px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -60px -310px no-repeat; }

.jp-state-full-screen .jp-full-screen:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -90px -310px no-repeat; }

.jp-repeat {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -290px no-repeat; }

.jp-repeat:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -30px -290px no-repeat; }

.jp-state-looped .jp-repeat {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -60px -290px no-repeat; }

.jp-state-looped .jp-repeat:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -90px -290px no-repeat; }

.jp-shuffle {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") 0 -270px no-repeat;
  margin-left: 5px; }

.jp-shuffle:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -30px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -60px -270px no-repeat; }

.jp-state-shuffled .jp-shuffle:focus {
  background: url("../dist/skin/blue.monday/image/jplayer.blue.png") -90px -270px no-repeat; }

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none; }

.jp-no-solution a {
  color: #000; }

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold; }
.stop_gif {
    margin-top: -1px !important;
    position: fixed;
    margin-left: 17px!Important;
    z-index: 300;
}


/*FIN STYLE*/
img.logor{
	width:260px;
	height:auto;
}

#player {
	width: 64px; 									/* ancho del reproductor */
	height: 64px; 									/* alto del reproductor */
	padding: 10px 10px 0 10px;									/* dimensiones totales del reproductor 300 x 320 (sumando el padding) */
		/* logo 280x300 */
	/*background-color: transparent;						color de fondo */

background-repeat: no-repeat;
	background-position: 10px center;				/* posición del logo - eje x  eje y */
	position: relative;
	border-radius: 10px;
	border: 0px solid #fff;
	margin: auto;
	/*box-shadow:0px 0px 40px rgba(0,0,0,.8) inset;*/
    margin-top: -9px;
  
  }


	

	
	#play, #pause {									/* posición botones play y pause */
	position: absolute;								/* respecto del extremo izq.sup. del reproductor */
	left: 2px;											
	top: 2px; 
	margin-left: -209px;			
	}


.player{
zoom:10%;
}
.ecua {
    position: absolute;
    margin-left: 230px;
    margin-top: 7px;
}
.ecua_stop {
    position: absolute;
    margin-left: 230px;
    margin-top: -42px;
}
img.ecuaimg{
	width:170px;
	height:auto;

}
.dv_vol {
    width: 100px;
    height: 47px;
    position: absolute;
    margin-left: 390px;
    margin-top: -54px;
}
img.powerico{
	width:95px;
	height:auto;
	margin-top: 40px;
}
.off {
    width: 140px;
    position: absolute;
    margin-top: 18px;
    text-align: center;
    margin-left: 90px;
    margin-top: 25px;
    color: #ADADAD;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.estaciondv {
    width: 170px;
    height: auto;
    margin-top: 12px !important;
    margin-left: -142px;
    padding: 4px;
    border-radius: 5px;
    color: #999;
    margin-top: -1px;
    background: #333232;
    background: -moz-linear-gradient(top, #333232 0%, #0f0f0e 100%);
    background: -webkit-linear-gradient(top, #333232 0%,#0f0f0e 100%);
    background: linear-gradient(to bottom, #333232 0%,#0f0f0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#0f0f0e',GradientType=0 );
}
.estaciondv2 {
    width: 170px;
    height: auto;
    margin-top: 10px !important;
    padding: 4px;
    border-radius: 5px;
    color: #999;
    margin-left: 65px;
    /* margin-top: -39px; */
    background: #333232;
    background: -moz-linear-gradient(top, #333232 0%, #0f0f0e 100%);
    background: -webkit-linear-gradient(top, #333232 0%,#0f0f0e 100%);
    background: linear-gradient(to bottom, #333232 0%,#0f0f0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#0f0f0e',GradientType=0 );
}
.player_stream {
    width: 495px;
    height: 45px;
    float: initial;
    min-height: 45px;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 900;
   
}
#hist{
width: 496px;
    height: auto;
    overflow: hidden;
    margin-left: 502px;
    z-index: 1900;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: linear-gradient(rgb(125, 126, 125) 0%, rgb(91, 91, 91) 100%)
	
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}


.muestra_canciones{
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 1190;
    margin-top: 5px;
}


.menu_conteiner{
	width:auto;
	height:auto;
	overflow:hidden;
	padding:7px;
	background-color:#333;
}
.btnhd1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #4c4c4c;
	text-align: center;
	margin: 5px;
	padding: 8px;
	width: 180px;
	letter-spacing: 1px;
	word-spacing: normal;
	cursor:pointer;
	float:left;
}
.btnhd2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #ad4243;
	text-align: center;
	margin: 5px;
	padding: 8px;
	width: 180px;
	letter-spacing: 1px;
	word-spacing: normal;
	cursor:pointer;
	float:left;
}
.men_pos{
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
}
.otr_pos{
	width:auto;
	height:auto;
	overflow:hidden;
	float:initial;
}

.tipfont1{font-family: 'Roboto', sans-serif;}
.tipfont2{font-family: 'Encode Sans Expanded', sans-serif;}
.tipfont3{font-family: 'Ubuntu', sans-serif;}
.tipfont4{font-family: 'Anton', sans-serif;}
.tipfont5{font-family: 'Exo 2', sans-serif;}
.tipfont6{font-family: 'Lobster', cursive;}
.tipfont7{font-family: 'Ubuntu Condensed', sans-serif;}

.titcoments{
	width: auto;
	height: auto;
	padding: 6px;
	text-align: center;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bcbdd0;
}
.titma1{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
}
.titma2{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.hd_web{
	width:auto;
	height:auto;
	background-color:#FC0;

}
.banner_cap{
	width: auto;
	height: 90px;
	overflow:hidden;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#364996+1,27346d+99 */
	background: #364996; /* Old browsers */
	background: -moz-linear-gradient(top, #364996 1%, #27346d 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #364996 1%,#27346d 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #364996 1%,#27346d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364996', endColorstr='#27346d',GradientType=0 ); /* IE6-9 */
	padding: 10px;
}
.dv_sep{
	width: auto;
	height: 3px;
	background-color: #fecc17;
}


.cuerpo_slid{
	width: auto;
	height: 350px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
.dv_conts {
    width: 540px;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    float: left;
}
.dv_icloc{
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
	padding:7px;
	margin-top:6px;
}
.des_conts{
	width: 500px;
	height: auto;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	margin-top: 12px;
}
.img_artista {
    width: 120px;
    height: auto;
    text-align: -webkit-right;
    overflow: hidden;
    float: right;
    background-color: black;
}
.ti1{
	font-weight: bold;
	color: #fece17;
	text-decoration: none;
}
.rsd{
	width:auto;
	height:auto;
	min-height:100px;
	overflow:hidden;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,464646+100 */
background: #2b2b2b; /* Old browsers */
background: -moz-linear-gradient(top, #2b2b2b 0%, #464646 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2b2b2b 0%,#464646 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2b2b2b 0%,#464646 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#464646',GradientType=0 ); /* IE6-9 */
}

.dvrsd {
    width: 300px;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 8px;
    margin-left: 20px;
}
.dv_icords{
	width: 50px;
	height: auto;
	padding: 5px;
	float: left;
}
.icotam3{
	font-size: 50px;
	color: #CCC;
}
.dvtxtrsd{
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 16px;
}
.txtdv1{
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
.txtdv2{
	font-size: 16px;
	color: #CCC;
	text-decoration: none;
}
.cuerpo_datus{
	width:auto;
	height:auto;
	overflow:hidden;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.coments {
    width: 655px;
    height: 600px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 8px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
.rsdfac{
	width: 340px;
	height: 600px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
.footweb{
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin-top: 8px;
	text-align: center;
	color: #999;
	text-decoration: none;
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4d47+0,424242+100 */
background: #4f4d47; /* Old browsers */
background: -moz-linear-gradient(top, #4f4d47 0%, #424242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4f4d47 0%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4f4d47 0%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d47', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
}
.icotam{
	font-size: 24px;
	color: #FC0;
	text-decoration: none;
}
.icotam2{
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
}



/*PLAYER STREAMING */

.fontv1{font-family: 'Saira', sans-serif;}
.fontv2{font-family: 'Titillium Web', sans-serif;}
.fontv3{font-family: 'Jura', sans-serif;}


@media screen and (max-width:596px) {
.jp-audio {
  width: 292px; }
  .jp-audio .jp-interface {
    height: 125px;
	border-radius:12px;
}
.jp-audio .jp-type-single .jp-progress {
    left: 20px;
    top: 80px;
    width: 256px;
}
.play_gif {
    z-index: 999;
    margin-top: -80px;
    margin-left: -30px;
}


.play_gif {
    z-index: 999;
    margin-top: -18px !important;
}
.jp-state-playing .jp-play {
    margin-top: 6px;
    background: url(../dist/skin/blue.monday/image/jplayer.blue.png) 0 -42px no-repeat;
}
.jp-play:focus {
    background: url(../dist/skin/blue.monday/image/jplayer.blue.png) -41px 0 no-repeat;
    margin-top: 6px;
}
.jp-volume-controls {
    position: absolute;
    top: 32px;
    left: -2px;
    width: 200px;
    margin-top: -28px;
}
.corp {
width: 100px;
    height: auto;
    float: left;
    margin-left: 95px;
    margin-top: 52px;
}
.stop_gif {
    margin-top: -45px;
    position: fixed;
    margin-left: -45px !important;
    z-index: 300;
}
}
